Skip to main content
This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

HCL Notes/Domino 8.5 Forum (includes Notes Traveler)

Previous Next

Javascript...

You are on the right track, I would used Javascript as well. Or rather jQuery, it's easy to add to the page (load it from a CDN and you only need one line to do it).

Then you just add your jQuery code, something like this (not tested):

$("#edate").on("blur", function() {
if($("#edate").val()==$("#sdate").val() {
$("#numhours").show();
} else {
$("#numhours").hide();
}
});

I wrote a very simple introduction to jQuery here: http://blog.texasswede.com/jquery-an-overview/

At MWLUG I did a presentation on how to integrate a Domino backend with a jQuery/Bootstrap front end:
http://blog.texasswede.com/mwlug-2015/

And if you come to IBM Connect in Orlando in a couple of weeks, I am doing a presentation Tueasdy February 2 at 5pm on that same subject, but shorter and more focused on the actual code and less background.


Feedback response number WEBBA5XUAR created by ~Dan Kikiterobu on 01/07/2016

So long since I did web development... (~Hal Quetlu 7.Jan.16)
. . so.. here is what I am trying so fa... (~Hal Quetlu 7.Jan.16)
. . Javascript... (~Dan Kikiterobu... 7.Jan.16)
. . . . Thank you! (~Hal Quetlu 7.Jan.16)




Printer-friendly

Search this forum

Member Tools


RSS Feeds

 RSS feedsRSS
All forum posts RSS
All main topics RSS